﻿DevExpress Skins should be exported as Assemblies using the DevExpress SkinEditor v2.
This feature started in ESM.net 1.6.0.1.

When the application loads it will look for these user skin dll files in the UserSkins folder in the following locations:
- \Installation folder\UserSkins\
- %appdata%\World Software Inc\ESM.net Client\UserSkins\

Note: %appdata% is a special variable Window uses to point to the currently running users' roaming profile folder.
Ex: %appdata% might point to C:\Users\xxx\AppData\Roaming  where xxx is the Windows user name for the currently running user

Users can also choose to specify a system parameter (code tables) whose code is: user_skins_import_dir
This folder can be something like:
- \\network_serverxxx\sharexx\esm_skins\
- X:\esm_skins\
Note: The second example only works if network drives are mapped the same on each computer...otherwise the skins
	  will not be imported because they won't be found (folder or drive doesn't exist)